projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32ab4c1
)
* frame.el (frame-initialize): Remember to actually traverse
author
Jim Blandy
<jimb@redhat.com>
Fri, 11 Jun 1993 11:33:31 +0000
(11:33 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Fri, 11 Jun 1993 11:33:31 +0000
(11:33 +0000)
initial-frame-alist.
lisp/frame.el
patch
|
blob
|
history
diff --git
a/lisp/frame.el
b/lisp/frame.el
index 6abf81260324234cc5e88bb2d4b472bf63859d45..b75535172406c3e76163e51282f8f4d142bf0aff 100644
(file)
--- a/
lisp/frame.el
+++ b/
lisp/frame.el
@@
-108,7
+108,8
@@
These supersede the values given in `default-frame-alist'.")
(if (and (consp (car tail))
(memq (car (car tail)) '(height width top left)))
(setq initial-frame-alist
- (delq tail initial-frame-alist)))))
+ (delq tail initial-frame-alist)))
+ (setq tail (cdr tail))))
;; Handle `reverse' as a parameter.
(if (cdr (or (assq 'reverse initial-frame-alist)
(assq 'reverse default-frame-alist)